home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / src / Tools / linuxdoc-sgml-1.1 / sgmls-1.1 / msgcat.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-05-03  |  213 b   |  14 lines

  1.  
  2. #ifdef HAVE_CAT
  3. #include <nl_types.h>
  4. #else
  5. typedef UNIV nl_catd;
  6. #endif
  7.  
  8. /* Don't use prototypes here in case nl_types.h declares a conflicting
  9. prototype. */
  10.  
  11. nl_catd catopen();
  12. int catclose();
  13. char *catgets();
  14.